toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.dom.event
/
[jvm]EventParams
Event
Params
public
interface
EventParams
The general DOM event parameters.
Inheritors
UiEventModifierParams
CustomEventParams
Members
Types
Builder
Link copied to clipboard
public
final
class
Builder
A builder of
EventParams
.
Functions
is
Bubbles
Link copied to clipboard
public
boolean
isBubbles
(
)
Returns
true
if the event bubbles up through the DOM.
is
Cancelable
Link copied to clipboard
public
boolean
isCancelable
(
)
Returns
true
if the event can be canceled, and therefore prevented as if the event never happened.
is
Trusted
Link copied to clipboard
public
boolean
isTrusted
(
)
Returns
true
if the event is trusted, and therefore was generated by a user action.
new
Builder
Link copied to clipboard
public
static
EventParams.Builder
newBuilder
(
)
Creates a new
EventParams
builder.